footer {
    width: 100%;
    background-color: #0f203d;
}
.footer-content {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.footer-content .footer-content-top {
    display: flex;
    justify-content: space-between;
    padding: 55px 0 22px 0;
}
.footer-content .footer-content-top ul{
    display: flex;
    justify-content: space-between;
    width: calc(505px + 63px + 63px);
    list-style:none;
    margin: 0;
    padding: 0;
}
.footer-content .footer-content-top li{
    color: #fff;
    font-family: Source Han Sans CN;
}
.footer-content .footer-content-top img {
    width: 92px;
    height: 22px;
}
.footer-content-center {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #374258;
    border-bottom: 1px solid #374258;
    height: 300px;
    box-sizing: border-box;
}
.footer-content-center .footer-content-left {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;

}
.footer-content-center .footer-content-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-content-center .footer-content-left ul:nth-child(2) {
    margin-left: 134px;
 }
.footer-content-center .footer-content-left ul:nth-child(2) {
   margin-left: 134px;
}
.footer-content-center .footer-content-left ul:nth-child(3) {
    margin-left: 86px;
 }
 .footer-content-center .footer-content-left ul:nth-child(4) {
    margin-left: 86px;
 }
.footer-content-center .footer-content-left li {
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(134,153,173,1);
    margin-bottom: 16px;
    /* line-height:41px; */
}
.footer-content-center .footer-content-left li a {
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(134,153,173,1);
    /* line-height:41px; */
}
.footer-content-right img{
    width: 93px;
    height: 93px;
    margin-top: 19px;
}
.footer-content-right p {
    margin-top: 17px;
    width: 93px;
    color:rgba(134,153,173,1);
    text-align: center;
}
.footer-content-bottom {
    text-align: center;
    padding-top: 33px;
    padding-bottom: 37px;
}
.footer-content-bottom p {
    font-size:12px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(135,151,167,1);
    
}
.attention .iconiconfontweibo {
    font-size: 19px;
}
.footer-modal-qrcode .qrcode {
    width: 200px;
    height: 200px;
}
.footer-modal-qrcode .modal-dialog {
    width: 330px !important

}
.footer-modal-qrcode .modal-body {
    text-align: center;
}
.footer-modal-qrcode .modal-title {
    text-align: center;
}
.footer-modal-qrcode .scanning {
    box-sizing: content-box;
    margin: 0 auto;
    margin-top: 20px;
    /* padding: 20px; */
    width: 218px;
    line-height: 55px;
    height: 55px;
    text-align: center;
    color: #0f203d;
    margin-bottom: 12px;
    font-size: 20px;
    border: 1px solid #0f203d;
}